############################################
## Left Side Column on Forum Home Only    ##
## By peterska2      08 June 2006         ##
## For release at vbhacks-germany         ##
## peterska2.co.uk and vBulletin.org only ##
############################################

This modification provides a left column down the the full length 
of forumhome.
The header, navbar and footer are still 100% width.

To install:
Import the product-peterska2_sidecol.xml file via the product manager
Perform the following template edits.


Templates to edit: FORUMHOME (2 edits)

Edit One

FIND

<thead>
	<if condition="$show['guest']">
	<!-- guest welcome message -->

ABOVE ADD

<!-- peterska2 side column -->
<table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td valign="top" width="160px">
<table class="tborder" border="0" width="100%" align="center">
$forumhome_sidecolumn_left
</table>
</td>
<td width="10px"></td>
<td>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<!-- / peterska2 side column -->

#########################

Edit Two

FIND

$footer

ABOVE ADD

<!-- peterska2 side column -->
</td>
</tr>
</table>
<!-- / peterska2 side column -->

##########################

You are done.


To modify the side column, edit the forumhome_sidecolumn_left template.

Please remember to click install if you have used this. Support will 
only be given to those who click install.